From cf1745a93510091aaf8b8e11829cddc602f9ff68 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Oct 2010 00:38:04 -0400 Subject: [PATCH] Remove mentions of dialog separator from the docs --- docs/reference/gtk/tmpl/gtkdialog.sgml | 43 ++++++-------------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index 32e4878e05..13c902f2ca 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -14,22 +14,22 @@ not require extensive effort on the user's part. GTK+ treats a dialog as a window split vertically. The top section is a -#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should -be packed. The bottom area is known as the -action_area. This is generally used for -packing buttons into the dialog which may perform functions such as -cancel, ok, or apply. The two areas are separated by a #GtkHSeparator. +#GtkVBox known as the content_area, and is +where widgets such as a #GtkLabel or a #GtkEntry should be packed. +The bottom area is known as the action_area. +This is generally used for packing buttons into the dialog which may +perform functions such as cancel, ok, or apply. -#GtkDialog boxes are created with a call to gtk_dialog_new() or -gtk_dialog_new_with_buttons(). gtk_dialog_new_with_buttons() is recommended; it -allows you to set the dialog title, some convenient flags, and add simple +GtkDialog boxes are created with a call to gtk_dialog_new() or +gtk_dialog_new_with_buttons(). gtk_dialog_new_with_buttons() is recommended; +it allows you to set the dialog title, some convenient flags, and add simple buttons. -If 'dialog' is a newly created dialog, the two primary areas of the window +If 'dialog' is a newly created dialog, the two primary areas of the window can be accessed through gtk_dialog_get_content_area() and gtk_dialog_get_action_area(), as can be seen from the example, below. @@ -196,11 +196,6 @@ as any other #GtkHButtonBox. @dialog: @arg1: - - - - - @@ -230,8 +225,6 @@ Flags used to influence dialog construction. see gtk_window_set_modal(). @GTK_DIALOG_DESTROY_WITH_PARENT: Destroy the dialog when its parent is destroyed, see gtk_window_set_destroy_with_parent(). -@GTK_DIALOG_NO_SEPARATOR: Don't put a separator between the - action area and the dialog content. @@ -325,15 +318,6 @@ directly, but into the @vbox and @action_area, as described above. @response_id: - - - - - -@dialog: -@Returns: - - @@ -343,15 +327,6 @@ directly, but into the @vbox and @action_area, as described above. @response_id: - - - - - -@dialog: -@setting: - - -- 2.30.2